projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ed951
)
(create_apple_event_from_event_ref): Remove 5th argument from extern.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 19 Dec 2005 08:31:04 +0000
(08:31 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 19 Dec 2005 08:31:04 +0000
(08:31 +0000)
src/macterm.h
patch
|
blob
|
history
diff --git
a/src/macterm.h
b/src/macterm.h
index 69e309562e59252f72c508780d7ad4d0248f25e7..ae9c27eb7655103c1a8922f76a3983fcdb564840 100644
(file)
--- a/
src/macterm.h
+++ b/
src/macterm.h
@@
-586,7
+586,7
@@
extern Lisp_Object mac_aedesc_to_lisp P_ ((AEDesc *));
extern OSErr create_apple_event_from_event_ref P_ ((EventRef, UInt32,
EventParamName *,
EventParamType *,
-
UInt32 *,
AppleEvent *));
+ AppleEvent *));
extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *));
extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object));
extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef));